accessible true artificial intelligence
Will Reinforcement Learning Pave the Way for Accessible True Artificial Intelligence? - KDnuggets
Reinforcement learning (RL) has received a massive boost in attention recently. Thanks to impressive projects such as DeepMind's AlphaGo and AlphaGo Zero, which beat the world's best players in the strategy board game "Go", RL has garnered extensive news coverage. Just recently, RL was used to compete with the world's top e-sports players in the real-time strategy video game StarCraft II. Python Machine Learning, Third Edition covers the essential concepts of RL, starting from its foundations, and how RL can support decision making in complex environments. The book discusses agent-environment interactions and Markov decision processes (MDP), and considers three main approaches for solving RL problems: dynamic programming, MC learning, and TD learning. It discusses how the dynamic programming algorithm assumes that the full knowledge of environment dynamics is available, an assumption that is not typically true for most real-world problems.